Set Checkbox
Sets a checkbox to Checked or Unchecked.

Input
Browser
| Name | Required | Description |
|---|---|---|
| Browser Instance | Which browser instance to run against. | |
| Target (Selector) | A Selector string that targets a specific element on the web page. |
Target Options
| Name | Required | Description |
|---|---|---|
| Match Type | Match Text either behaves as Regex or a simple Contains text check. | |
| Match Text | Matches elements that either contain this or match the regex somewhere inside the selected element, possibly in a child or a descendant element. | |
| Match Index (Nth) | (Optional) Target the Nth instance of the element. Eg. For 2 of the same element, use an Index of 0 to match the First and 1 to match the Second. | |
| Frame Target (Selector) | (Optional) Specify a Frame Selector, for example to first target an iframe before the primary Target. |
Checkbox
| Name | Required | Description |
|---|---|---|
| Checked State | True to check the checkbox, False to uncheck. |
Options
| Name | Required | Description |
|---|---|---|
| Timeout (ms) | How long to wait in milliseconds for a successful click. Default is 30s. | |
| Trial Run | If enabled this Click Action will only auto-wait for the element to be ready, it will not click. |
Advanced Options
| Name | Required | Description |
|---|---|---|
| Force Set | Forces the Set, overriding the auto-wait checks that make sure the element is ready to be clicked. The opposite of Trial Run. |
Custom Position
| Name | Required | Description |
|---|---|---|
| Enabled | If enabled, your custom X,Y positions will be taken into account. | |
| X Position | Where to position horizontally relative to the top-left position. | |
| Y Position | Where to position vertically relative to the top-left position. |
| Name | Required | Description |
|---|---|---|
| Prevent Wait | Enable only if you must avoid waiting for navigation when it is required by certain web page actions to start their page loading, only required in exceptional situations like navigating to inaccessible pages. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |